* alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Oct 2011 17:25:44 +0000 (10:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Oct 2011 17:25:44 +0000 (10:25 -0700)
commit32306041f15f8740471fc22a4de733e814034122
treec9cd3eb7de2f2bbc2db835d8cfe3694101647f75
parent0ae051dbebe4033598456f85d0e8ecadf3fe4f39
* alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE,

so that this new function doesn't get optimized away by a
whole-program optimizer.  Make the 2nd arg EMACS_INT, not int.
src/ChangeLog
src/alloc.c